chore(release): v0.15.0-rc1#182
Merged
Merged
Conversation
Bump version to 0.15.0rc1, finalize the v0.15.0 CHANGELOG (date + pin v0.70.1), and regenerate the bundled AGENTS.md for the release-candidate tag.
There was a problem hiding this comment.
Pull request overview
Prepares the v0.15.0 release candidate by aligning repository version markers and bundled agent documentation with the 0.15.0rc1 pre-release, and finalizing the v0.15.0 changelog metadata to reflect the spec pin at v0.70.1.
Changes:
- Bump package version to
0.15.0rc1acrosspyproject.toml,src/openarmature/__init__.py,tests/test_smoke.py, anduv.lock. - Update the bundled
src/openarmature/AGENTS.mdheader to reflect the new package version. - Finalize the v0.15.0 changelog header date and update the spec-pin narrative to
v0.70.1.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates the editable openarmature package entry to 0.15.0rc1. |
| tests/test_smoke.py | Updates the version assertion to 0.15.0rc1 (spec stays 0.70.1). |
| src/openarmature/AGENTS.md | Regenerates the bundled agent guide header to reference 0.15.0rc1. |
| src/openarmature/init.py | Bumps __version__ to 0.15.0rc1 (spec stays 0.70.1). |
| pyproject.toml | Bumps project version to 0.15.0rc1. |
| CHANGELOG.md | Updates the v0.15.0 release header date and the spec pin progression text to v0.70.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-candidate prep for v0.15.0.
Bumps the package version to 0.15.0rc1 (the rc-first step per RELEASING.md; the real 0.15.0 bump is a separate commit after this rc verifies on TestPyPI), finalizes the v0.15.0 CHANGELOG (date + the spec pin v0.60.0 -> v0.70.1), and regenerates the bundled AGENTS.md.
The v0.15.0 cycle ships ten proposals (see the CHANGELOG [0.15.0] entry): detached-trace invocation span (0061), per-attempt LLM spans (0050), Langfuse user/session promotion (0064), prompt cache_ttl_seconds (0072), failure-isolation catch + classify_cause_chain (0074), callable/conditional parallel branches (0075), tool-call request observability (0076), OTel GenAI metrics (0067), and tool-execution observability (0063). Pin advances to v0.70.1.
Merging this lands the rc prep on main; the v0.15.0-rc1 tag (-> TestPyPI) is pushed separately once CI is green.